home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 June / ccd0605.iso / Software / Freeware / Grafica / smartpix / smartpix.exe / {app} / HTML / Simple.css < prev    next >
Cascading Style Sheet File  |  2003-10-04  |  1KB  |  70 lines

  1. /*  -------------------------------------------------------
  2.  Xequte CSS Style File
  3. ----------------------------------------------------------*/
  4.  
  5. a:link {
  6.     text-decoration: none;
  7.     color : #0000FF;
  8.     font-weight : bold;
  9. }
  10.  
  11. a:visited {
  12.     text-decoration: none;
  13.     color : #000080;
  14.     font-weight : bold;
  15. }
  16.  
  17. a:hover {
  18.     text-decoration: underline;
  19. }
  20.  
  21. body  {
  22.     color : #000000;
  23.                 font-family: Tahoma, Arial, Helvetica; 
  24.     font-weight: 700;
  25.     background-color: #FFFFFF;
  26. }
  27.  
  28. td.thumbcell {
  29.     vertical-align : baseline;
  30.     border : none;
  31. }
  32.  
  33. .heading {
  34.     color : #000000;
  35.     text-decoration : none;
  36.     font-family : Tahoma, Arial, Helvetica; 
  37.     font-size : 28px;
  38.     font-weight : bold;
  39.     margin-bottom : 10px;
  40. }
  41.  
  42. .filename {
  43.     color : #000000;
  44.     text-decoration : none;
  45.     font-family : Tahoma, Arial, Helvetica; 
  46.     font-size : 11px;
  47.     font-weight : normal;    
  48. }
  49.  
  50. .navigation {
  51.     color : #0000FF;
  52.     text-decoration : none;
  53.     font-family : Tahoma, Arial, Helvetica; 
  54.     font-size : 14px;
  55. }
  56.  
  57. .footer {
  58.     color : #000000;
  59.     text-decoration : none;
  60.     font-family : Tahoma, Arial, Helvetica; 
  61.     font-size : 12px;
  62. }
  63.  
  64. .pagecount {
  65.     color : #000000;
  66.     text-decoration : none;
  67.     font-family : Tahoma, Arial, Helvetica; 
  68.     font-size : 14px;
  69. }
  70.